home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / gcalctool.schemas < prev    next >
Encoding:
Text File  |  2009-03-17  |  5.5 KB  |  186 lines

  1. <gconfschemafile>
  2. <!-- 
  3. Note: all double hyphens in this comment have a space in the middle
  4. because double hyphen isn't allowed in comments. So, remove the space
  5. before use.
  6. To install this file type: 
  7.       gconftool - -install-schema-file gcalctool.schemas 
  8. You probably want your "make install" to do this for real applications.
  9. Also, you probably want a configure option so people can retarget where the 
  10. schema file gets installed. The option should be called - -gconf-config-source=blah
  11. To change the gconftool target use the - -config-source=blah option to gconftool.
  12. -->
  13.   <schemalist>
  14.     <schema>
  15.       <applyto>/apps/gcalctool/accuracy</applyto>
  16.       <key>/schemas/apps/gcalctool/accuracy</key>
  17.       <owner>gcalctool</owner>
  18.       <type>string</type>
  19.       <gettext_domain>gcalctool</gettext_domain>
  20.       <locale name="C">
  21.         <default>9</default>
  22.         <short>Accuracy value</short>
  23.         <long>
  24.           The number of digits displayed after the numeric point.
  25.           This value must be in the range 0 to 9.
  26.         </long>
  27.       </locale>
  28.     </schema>
  29.  
  30.     <schema>
  31.       <applyto>/apps/gcalctool/base</applyto>
  32.       <key>/schemas/apps/gcalctool/base</key>
  33.       <owner>gcalctool</owner>
  34.       <type>string</type>
  35.       <gettext_domain>gcalctool</gettext_domain>
  36.       <locale name="C">
  37.         <default>DEC</default>
  38.         <short>Numeric Base</short>
  39.         <long>
  40.           The initial numeric base. Valid values are 
  41.           BIN (binary)
  42.           OCT (octal)
  43.           DEC (decimal)
  44.           HEX (hexadecimal)
  45.         </long>
  46.       </locale>
  47.     </schema>
  48.  
  49.     <schema> 
  50.       <applyto>/apps/gcalctool/display</applyto> 
  51.       <key>/schemas/apps/gcalctool/display</key> 
  52.       <owner>gcalctool</owner> 
  53.       <type>string</type> 
  54.       <gettext_domain>gcalctool</gettext_domain>
  55.       <locale name="C"> 
  56.         <default>FIX</default> 
  57.         <short>Display Mode</short> 
  58.         <long> 
  59.           The initial display mode. Valid values are
  60.             ENG (engineering) 
  61.             FIX (fixed-point)
  62.             SCI (scientific)
  63.         </long> 
  64.       </locale> 
  65.     </schema>
  66.  
  67.     <schema>
  68.       <applyto>/apps/gcalctool/mode</applyto>
  69.       <key>/schemas/apps/gcalctool/mode</key>
  70.       <owner>gcalctool</owner>
  71.       <type>string</type>
  72.       <gettext_domain>gcalctool</gettext_domain>
  73.       <locale name="C"> 
  74.         <default>BASIC</default>
  75.         <short>Mode</short>
  76.         <long> 
  77.           The initial calculator mode. Valid values are
  78.             BASIC
  79.             FINANCIAL
  80.             LOGICAL 
  81.             SCIENTIFIC
  82.         </long>
  83.       </locale>
  84.     </schema>
  85.  
  86.     <schema>
  87.       <applyto>/apps/gcalctool/showzeroes</applyto>
  88.       <key>/schemas/apps/gcalctool/showzeroes</key>
  89.       <owner>gcalctool</owner>
  90.       <type>string</type>
  91.       <gettext_domain>gcalctool</gettext_domain>
  92.       <locale name="C">
  93.         <default>false</default>
  94.         <short>Show Trailing Zeroes</short>
  95.         <long>
  96.           Indicates whether any trailing zeroes after the 
  97.           number point should be shown in the display value.
  98.         </long>
  99.       </locale>
  100.     </schema>
  101.  
  102.     <schema> 
  103.       <applyto>/apps/gcalctool/showhelp</applyto> 
  104.       <key>/schemas/apps/gcalctool/showhelp</key> 
  105.       <owner>gcalctool</owner> 
  106.       <type>string</type> 
  107.       <gettext_domain>gcalctool</gettext_domain>
  108.       <locale name="C">  
  109.         <default>false</default> 
  110.         <short>Show Help</short> 
  111.         <long>  
  112.           Indicates whether tooltip help should be enabled.
  113.         </long> 
  114.       </locale> 
  115.     </schema>
  116.  
  117.     <schema>
  118.       <applyto>/apps/gcalctool/showregisters</applyto>
  119.       <key>/schemas/apps/gcalctool/showregisters</key>
  120.       <owner>gcalctool</owner>
  121.       <type>string</type>
  122.       <gettext_domain>gcalctool</gettext_domain>
  123.       <locale name="C">
  124.         <default>false</default>
  125.         <short>Show Registers</short>
  126.         <long>
  127.           Indicates whether the memory register window is 
  128.           initially displayed.
  129.         </long>
  130.       </locale>
  131.     </schema>
  132.  
  133.     <schema>
  134.       <applyto>/apps/gcalctool/righthanded</applyto>
  135.       <key>/schemas/apps/gcalctool/righthanded</key>
  136.       <owner>gcalctool</owner>
  137.       <type>string</type>
  138.       <gettext_domain>gcalctool</gettext_domain>
  139.       <locale name="C">
  140.         <default>true</default>
  141.         <short>Right Handed</short>
  142.         <long>
  143.           Indicates whether the calculator is started with a
  144.           "right-handed" display style.
  145.         </long>
  146.       </locale>
  147.     </schema>
  148.  
  149.     <schema> 
  150.       <applyto>/apps/gcalctool/trigtype</applyto> 
  151.       <key>/schemas/apps/gcalctool/trigtype</key> 
  152.       <owner>gcalctool</owner> 
  153.       <type>string</type> 
  154.       <gettext_domain>gcalctool</gettext_domain>
  155.       <locale name="C"> 
  156.         <default>DEG</default> 
  157.         <short>Trigonometric type</short> 
  158.         <long> 
  159.           The initial trigonometric type. Valid values are
  160.             DEG (degrees)
  161.             GRAD (grads)
  162.             RAD (radians).
  163.         </long>
  164.       </locale>
  165.     </schema>
  166.  
  167.     <schema>
  168.       <applyto>/apps/gcalctool/beep</applyto>
  169.       <key>/schemas/apps/gcalctool/beep</key>
  170.       <owner>gcalctool</owner>
  171.       <type>string</type>
  172.       <gettext_domain>gcalctool</gettext_domain>
  173.       <locale name="C">
  174.         <default>true</default>
  175.         <short>Beep</short>
  176.         <long>
  177.           Indicates whether a beep should sound in the
  178.           event of an error (such as invalid input, or
  179.           if the display needs to be cleared).
  180.         </long>
  181.       </locale>
  182.     </schema>
  183.  
  184.   </schemalist>
  185. </gconfschemafile>
  186.